#container {
    display: flex;
    justify-content: center;
}
#main-with-sidebar {
    flex: 1;
    max-width: 1200px;
    margin-left: 30px;
}

#main {
    width: 95%;
}

#main, .page {
    margin-left: 0;
    margin-right: 0;
}

#sidebar {
    width: 340px;
    flex: 0 0 auto;
    vertical-align: top;
    margin-top: 125px;
    margin-right: 30px;
    padding-left: 0 16px;
    padding-top: 105px;
    display: flex;
   /* justify-content: right;*/
   flex-direction: column; /* Stack children vertically */
    justify-content: flex-start; /* Align children to the top */
}

.info-container {
  background: rgba(255,255,255,0.35);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 24px;
  margin-top: 0;
  border: 1px solid rgba(255,255,255,0.4);
}

/*#sidebar-header-right {*/
/*  display: none;*/
/*}*/


       .info-header {
      background-color: #f5f0fa !important;
      color: #8b8fd4 !important;
      font-size: 18px;
      font-weight: bold;
      padding: 12px 16px;
      border-radius: 8px 8px 0 0;
      margin: -16px -16px 16px -16px;
      text-align: center;
    }

    .info-section {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .info-section strong {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
      color: #000;
    }

    .email-support {
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #8b8fd4 !important;
      text-decoration: none;
      margin-top: 16px;
    }

    .email-support img {
      margin-right: 8px;
    }
    .info-container-bottom {
        display: none;
    }
    header {
        display: none;
    }
    #header-spacer {
        height: 80px;
    }
    
    a[href*="exhibitorreg/managereg"] {
  display: none;
}

@media screen and (max-width: 1000px) {
    #main {
        width: 100%;
    }
    
    #sidebar {
        display: none;
    }
    
    .info-container-bottom {
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
    }
    header {
        display: flex;
    }
    #sidebar-header-left {
        display: none;
    }
    #header-spacer {
        display: none;
    }
    .header-row {
        margin-top: 20px;
    }
    #main-with-sidebar {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    #main-with-sidebar {
        margin-left: 0;
        margin: 0;
    }
}